:root {
  /* --terracotta:#D8623F;
  --terracotta-dark:#d95c40; */
  --mustard:#e3e3e5;
  /* --card:#D99F59;
  --meta:#e3e3e5;
  --meta-dark:#d18425;
  --cream:#fff0d8;
  --brown:#99331C;
  --brown-dark:#8d2d19; */
  --white:#fff;
  --muted:rgba(255,255,255,.72);
  --radius-lg:18px;
  --radius-md:12px;
  --font-gotham:'Gotham', sans-serif;
  --font-gotham-book:'Gotham Book', sans-serif;
  --font-gotham-light:'Gotham', sans-serif;
  --font-gotham-medium:'Gotham', sans-serif;
  --font-gotham-bold:'Gotham', sans-serif;
  --font-gotham-black:'Gotham', sans-serif;
  --weight-gotham-book:400;
  --weight-gotham-light:300;
  --weight-gotham-medium:500;
  --weight-gotham-bold:700;
  --weight-gotham-black:900
}
* {
  box-sizing:border-box
}
html,body {
  margin:0;
  overflow-x:hidden
}
body {
  background:#e3e3e5;
  color:var(--white);
  font-family: 'Gotham Book';
  font-weight: normal;
}
.font-gotham {
  font-family: 'Gotham';
  font-weight: normal;
  font-style: normal;
}
.font-gotham-light {
  font-family:var(--font-gotham-light);
  font-weight:var(--weight-gotham-light);
  font-style:normal;
}
.font-gotham-book {
  font-family:var(--font-gotham-book);
  font-weight:var(--weight-gotham-book);
  font-style:normal;
}
.font-gotham-medium {
  font-family:var(--font-gotham-medium);
  font-weight:var(--weight-gotham-medium);
  font-style:normal;
}
.font-gotham-bold {
  font-family:var(--font-gotham-bold);
  font-weight:var(--weight-gotham-bold);
  font-style:normal;
}
.font-gotham-black {
  font-family:var(--font-gotham-black);
  font-weight:var(--weight-gotham-black);
  font-style:normal;
}
img {
  display:block;
  max-width:100%
}
a {
  text-decoration:none
}
.site-btn,.tour-button,.submit-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:7px;
  background:#e3e3e5;
  color:#010101;
  /* text-transform:capitalize; */
}
.site-btn {
  padding:10px 30px;
  font-size:16px
}
.site-btn span,.tour-button span {
  margin-left:10px
}
.site-btn:hover,.tour-button:hover,.submit-btn:hover {
  background:#e3e3e5;
  color:#010101;
}

.enquiry-modal .submit-btn {
  background:#010101;
  color:#e3e3e5;
}

.enquiry-modal .submit-btn:hover {
  background:#010101;
  color:#e3e3e5;
}

.section-title {
  text-align:center;
  margin-bottom:20px;
}
.section-title h2 {
  margin:0;
  font-size:40px;
  font-family:var(--font-gotham-medium);
  font-weight:500;
  color: #010101;
}
.section-title p {
  margin:10px auto 0;
  font-size:18px;
  line-height:1.45;
  /* color:rgba(255,255,255,.9); */
  color:#010101;
  font-family:var(--font-gotham-book);
}
.section-space {
  padding:50px 0;
  position: relative;
}
.hero-section {
  position:relative;
  min-height:0;
  height:auto;
  /* padding:25px 0 70px; */
  background:var(--terracotta);
  transition:background-color .85s ease-in-out;
}

.youtube-section {
  background-color: #010101;
}



.hero-section .desktop-hidden{
  display: none;
}

/* .hero-section.is-gold {
  background:rgba(224,162,79,.76);
} */
.site-logo {
  width:200px;
  margin:20px 0 100px;
}
.hero-copy h1 {
  margin:0 0 25px;
  font-size:28px;
  font-weight:400;
  line-height: initial;
}
.eyebrow {
  margin:0 0 8px;
  font-size:22px;
  font-weight:400;
  text-transform:initial;
}
.hero-price {
  margin:0 0 22px;
  font-size:45px;
  font-weight:700;
  font-family: 'Gotham';
  line-height: 55px;
}
.feature-strip {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:30px 0;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.5);
  border-bottom:1px solid rgba(255,255,255,.5)
}
.feature-item {
  display:flex;
  align-items:center;
  gap:10px
}
.feature-item img {
  width:45px;
  height:45px
}
.feature-item span {
  font-size:15px;
  line-height:1.15
}
.hero-slider {
  overflow:hidden;
  border-radius:10px
}
.hero-slider .slick-list,
.hero-slider .slick-track {
  border-radius:10px
}
.hero-slider .slick-slide {
  padding:0
}
.hero-image {
  width:100%;
  object-fit:cover;
  border-radius:10px
}
.home-slider-wrap {
  width: 100%;
  margin: auto;
  padding: 0px 0px 0px 50px;
  display: block;
}
.hero-tabs,.map-tabs {
  display:grid;
  grid-template-columns:1.12fr 1fr 1fr ;
  gap:10px;
  margin-top:-40px;
  padding: 0px 15px;
}
.hero-tabs button,.map-tabs button {
  padding:5px 10px;
  border:0;
  border-radius:9px;
  background:transparent;
  opacity:.7;
  transition:.25s
}
.hero-tabs button.active,.map-tabs button.active {
  /* background:#010101; */
  border: 1px solid #010101;
  opacity:1
}
.hero-tabs img,.map-tabs img {
  max-height:55px;
  width:auto;
  margin: auto;
}
.hero-dots {
  position:absolute;
  left:0;
  right:0;
  bottom:18px
}
.slick-dots {
  position:static;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none
}
.slick-dots li {
  display:flex;
  align-items:center;
  width:8px;
  height:8px;
  margin:0;
  padding:0;
  transition:width .25s ease
}
.slick-dots li.slick-active {
  width:31px
}
.slick-dots button {
  display:block;
  width:8px;
  height:8px;
  margin:0;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.38);
  color:transparent;
  font-size:0;
  line-height:0;
  opacity:1;
  transition:width .25s ease,background-color .25s ease
}
.slick-dots button:before {
  display:none;
  content:""
}
.slick-dots .slick-active button {
  width:31px;
  height:8px;
  background:#fff
}
.project-section {
  background:var(--mustard)
}
.project-tabs {
  display:flex;
  justify-content:center;
  max-width:85%;
  margin:0 auto 0px auto;
  padding:0;
  list-style:none
}
.project-tabs li {
  flex:1;
  padding:10px 10px;
  border:1px solid #fff;
  background-color: #010101;
  font-size:16px;
  font-weight:400;
  text-align:center;
  text-transform:uppercase;
  cursor:pointer
}
.project-tabs li.active {
  background:#fff;
  color: #010101;
  font-family: var(--font-gotham-bold);
  font-weight: 700;
}
.project-slider {
  width:100vw
}
.project-slider .slick-list {
  overflow:visible
}
.project-slider .slick-track {
  display:flex;
  align-items:center
}
.project-card {
  width:100%;
}
.project-card-inner {
  display:grid;
  grid-template-columns:437px minmax(0,1fr);
  gap:32px;
  width:100%;
  height:480px;
  max-width:1144px;
  align-items:center;
  padding:30px;
  border-radius:18px;
  background:#010101;
  box-shadow:0 12px 28px rgba(122,77,24,.08);
  opacity:.86;
}
.slick-center .project-card-inner {
  background: #010101;
  opacity:1
}
.project-photo {
  width:437px;
  height:429px;
  border-radius:10px;
  object-fit:cover
}
.project-content h3 {
  margin:0 0 20px;
  font-size:20px;
  font-family: var(--font-gotham-bold);
  text-transform:initial;
  font-weight: 700;
}
.project-content p {
  margin:0 0 25px;
  font-size:17px;
}
.project-meta {
  display:grid;
  grid-template-columns:1.05fr 1.04fr 1.14fr;
  min-height:80px;
  margin-bottom:25px;
  background:#010101;
  border: 1px solid #e3e3e5;
}
.project-meta>img {
  width:140px;
  margin:auto
}
.project-meta span,.project-meta strong {
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 15px;
  border-left:1px solid rgba(255,255,255,.08);
  font-size:18px;
  line-height:1.16;
  font-weight:700;
  font-family: var(--font-gotham-bold);
  background: #e3e3e5;
  color: #010101;
}
.project-meta strong {
  font-family: var(--font-gotham-medium);
  font-weight: 500;
  background: #010101;
  color: #e3e3e5;
}
.project-meta span img {
  width:40px;
  flex:0 0 40px
}
.tour-button {
  width:100%;
  min-height:55px;
  font-size:17px
}
.project-controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:46px
}
.slick-arrow {
  position:static;
  width:40px;
  height:40px;
  flex:0 0 40px;
  border:0;
  border-radius:50%;
  background-color:transparent;
  background-position:center;
  background-repeat:no-repeat;
  background-size:40px 40px;
  color:transparent
}
.slick-prev {
  background-image:url("../images/Button - Previous.png")
}
.slick-next {
  background-image:url("../images/Button - Next.png")
}
.slick-prev:before,.slick-next:before {
  content:""
}
.project-controls .slick-dots {
  width:auto
}
.project-controls .slick-next {
  order:3
}
.project-controls .slick-dots {
  order:2
}
.project-controls .slick-prev {
  order:1
}

.video-section {
  position:relative;
  background:#010101;
}

.video-section h2{
  color: #e3e3e5;
}

.amenities-section figcaption{
  color: #010101;
}

.flower-corner {
  position:absolute;
  right:0;
  top:-74px;
  width:212px
}
.video-slider {
  width:100vw
}
.video-card {
  position:relative;
  overflow:hidden;
  border-radius:11px
}
.video-card img,.video-thumb {
  display:block;
  width:100%;
  aspect-ratio:1144/533;
  object-fit:cover;
  filter:none;
  background:transparent
}
.video-card p {
  position:absolute;
  left:38px;
  bottom:26px;
  margin:0;
  font-size:22px
}
.play-button {
  position:absolute;
  left:50%;
  top:50%;
  width:126px;
  height:126px;
  transform:translate(-50%,-50%);
  border:2px solid rgba(255,255,255,.85);
  border-radius:50%;
  background:rgba(255,255,255,.3)
}
.play-button:before {
  content:"";
  position:absolute;
  left:55%;
  top:50%;
  transform:translate(-50%,-50%);
  border-top:25px solid transparent;
  border-bottom:25px solid transparent;
  border-left:36px solid #fff
}
.amenities-section {
  background:var(--mustard)
}
.amenities-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px
}
.amenities-grid figure {
  margin:0;
  text-align:center
}
.amenities-grid img {
  width:100%;
  aspect-ratio:initial;
  object-fit:cover;
  border-radius:14px
}
.amenities-grid figcaption {
  margin-top:14px;
  font-size:16px
}
.trust-section {
  position:relative;
  background: #010101;
}
.trust-copy h2,.callback-copy h2 {
  margin:0 0 25px;
  font-size:48px;
  font-weight:500;
  font-family: var(--font-gotham-medium);
}
.trust-copy p,.callback-copy p {
  margin:0;
  font-size:16px;
}
.trust-copy h2,.trust-copy p {
  color: #e3e3e5;
}
.stats-row {
  display:flex;
  gap:25px;
  margin-top:30px;
  color: #FDF0DC;
}
.stats-row span {
  font-size:16px
}
.stats-row strong {
  display:block;
  font-size:30px;
  font-family: var(--font-gotham-bold);
}
.trust-art {
  width:min(620px,100%);
  margin-left:auto
}
.flower-bed {
  width:450px;
  position: absolute;
  top:-150px;
}
.callback-section {
  background:var(--mustard)
}
.callback-form {
  max-width:582px;
  margin-left:auto;
  padding:48px 44px;
  border-radius:16px;
  background:#010101;
  color:#e3e3e5;
}

.enquiry-modal .callback-form {
  background:#e3e3e5;
  color: #010101;;
}

.form-field {
  margin-bottom:14px
}
.form-field label {
  display:block;
  margin-bottom:7px;
  font-size:14px;
  text-transform:initial;
}
.form-field input,.form-field select{
  width:100%;
  padding:0 0 10px;
  border:0;
  border-bottom:1px solid #e3e3e5 !important;
  background:transparent;
  color:#e3e3e5 !important;
  font-size:14px;
  outline:0
}

.form-field select#project option {
  color: #e3e3e5;
  background-color: #010101;

}

.enquiry-modal .form-field select,.enquiry-modal .form-field input {
  border-bottom:1px solid #010101 !important;
  background:transparent;
  color:#010101 !important;
}

.callback-form input:focus,
.callback-form select:focus,
.callback-form input:focus-visible,
.callback-form select:focus-visible {
  outline: 0;
  box-shadow: none;
  border-color: #e3e3e5;
  background: transparent;
}
.callback-form input:-webkit-autofill,
.callback-form input:-webkit-autofill:hover,
.callback-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #e3e3e5 !important;
  box-shadow: 0 0 0 1000px #010101 inset !important;
  border-bottom-color: #e3e3e5 !important;
  caret-color: #e3e3e5;
}

.enquiry-modal .callback-form input:-webkit-autofill,
.enquiry-modal .callback-form input:-webkit-autofill:hover,
.enquiry-modal .callback-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #010101 !important;
  box-shadow: 0 0 0 1000px #e3e3e5 inset !important;
  border-bottom-color: #010101 !important;
  caret-color: #010101;
}

/* #modal-project::placeholder {
-webkit-text-fill-color: #010101;
    font-weight: 500;
}

#project::placeholder {
-webkit-text-fill-color: #e3e3e5;
    font-weight: 500;
} */

.field-error {
  display:block;
  min-height:16px;
  margin-top:4px;
  color:#e3e3e5;
  font-size:13px;
}
.form-field.has-error input,.form-field.has-error select {
  border-color:#e3e3e5;
}
.form-check-field {
  margin-bottom:18px;
}
.form-check-label {
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0;
  text-transform:none;
  font-size:13px;
  line-height:1.5;
  cursor:pointer;
}
.form-check-label input[type="checkbox"] {
  width:18px;
  height:18px;
  min-width:18px;
  margin:2px 0 0;
  accent-color:var(--brown);
  cursor:pointer;
}
.form-check-label input[type="checkbox"]+span{
  text-transform: initial;
}
.form-check-label span {
 color: #e3e3e5;
 display:flex;
 line-height: initial;
}
 .enquiry-modal .form-check-label span{
   color: #010101;
}
.form-field label
{
  display: flex;
}

.submit-btn {
  width:100%;
  padding: 10px 15px;
  margin-top:8px;
  font-size:16px;
  font-weight: bold;
  font-family: var(--font-gotham-bold);
}
.form-success {
  margin:12px 0 0;
  color:#427344;
  font-size:13px;
  text-align:center
}
.faq-section {
  background:#010101;
  color: #e3e3e5;
}
.faq-section h2{
  color: #e3e3e5;
}
.faq-accordion {
  margin-top:68px
}
.accordion-item {
  border:0;
  border-bottom:1px solid rgba(255,255,255,.15);
  background:transparent;
  color: #e3e3e5;
  padding: 0;
}
.accordion-button {
  min-height: 76px;
  margin: 0;
  padding: 24px 0;
  background:transparent;
  color: #e3e3e5;
  box-shadow:none;
  font-size:18px;
}
.accordion-button:not(.collapsed),.accordion-button:focus {
  background:transparent;
  color: #e3e3e5;
  box-shadow:none
}
.accordion-button:after {
  width:25px;
  height:25px;
  border-radius:50%;
  background-color:rgba(255,255,255,.22);
  background-image:none;
  content:"+";
  color: #e3e3e5;
  text-align:center;
  line-height:19px;
  font-size:18px;
  transform:none
}
.accordion-button:not(.collapsed):after {
  content:"-"
}
.accordion-body {
  padding:0 0 28px;
  color: #e3e3e5;
  font-size:16px;
}
.accordion-button:not(.collapsed), .accordion-button:focus {
  font-weight: bold;
}
.site-footer {
  padding:31px 0 110px;
  background:#e3e3e5;
}
.fixed-visit-btn {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 24px;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 7px;
  background: var(--white);
  color: #010101;
  font-family: var(--font-gotham-medium);
  font-weight: var(--weight-gotham-medium);
  line-height: 1;
  letter-spacing: .02em;
  text-transform: initial;
  box-shadow: 0 12px 30px rgba(77, 21, 9, .25);
  opacity: 0;
  visibility: visible;
  transform: translate(-50%, 12px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
  pointer-events: auto;
  z-index: 100;
  box-shadow: 1px 1px 10px #ccc;
  border: 1px solid #ccc;
}
.fixed-visit-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  
}
.fixed-visit-btn:hover,
.fixed-visit-btn:focus {
   background: var(--white);
  color: #010101;
}
.fixed-visit-btn img {
  width: 13px;
  height: 13px;
}
.fixed-visit-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.footer-inner {
  display:grid;
  grid-template-columns:220px 1fr 160px;
  align-items:center;
  gap:24px
}
.footer-inner img {
  width: 100%;
    margin-left: -57px;
}
.footer-inner p {
  margin:0;
  text-align:center;
  font-size:16px;
  font-weight:500;
}
.footer-inner small {
  text-align:right;
  color:rgba(255,255,255,.75);
  font-size:12px;
}
.modal-content {
  background:#1b1512;
  color:#fff
}
.modal-dialog {
  top: -20px;
}
.enquiry-modal .modal-content {
  border: 0;
  border-radius: 16px;
  background: #e3e3e5;
    color: #010101;
}
.enquiry-modal .modal-header {
  position: relative;
  padding: 28px 32px 0;
  border: 0;
  justify-content: center;
  text-align: center;
  display: block;
}
#enquiryModalTitle{
  color: #ee2b25;
}
 .enquiry-modal .modal-header p
{
      color: #010101;
      padding: 10px 0px;
}
.enquiry-modal .modal-title {
  margin: 0;
  color: #010101;
  font-family: var(--font-gotham-medium);
  font-size: 30px;
  font-weight:500;
  text-align: center;
  width: 100%;
}
.enquiry-modal .modal-body {
  padding: 25px;
}
.enquiry-modal .callback-form {
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.enquiry-modal .btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  opacity: 1;
  box-shadow: none;
  background-size: 18px;
}
.modal-body video {
  width:100%;
  max-height:70vh
}
.video-fallback {
  display:none;
  margin:12px 0 0
}
.video-fallback.is-visible {
  display:block
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible {
  outline:2px solid #fff;
  outline-offset:3px
}
@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important
  }
  .slick-track {
    transition:none!important
  }
}
.hero-dots,
.project-controls,
.video-slider .slick-dots,
.amenities-grid .slick-dots {
  z-index:5
}
.video-slider .slick-dots,
.amenities-grid .slick-dots {
  margin-top:20px;
}
.slick-dots {
  position:static;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:auto;
  margin-left:auto;
  margin-right:auto;
  padding:0;
  list-style:none
}
.slick-dots li {
  display:flex;
  align-items:center;
  justify-content:center;
  width:8px;
  height:8px;
  margin:0;
  padding:0
}
.slick-dots li.slick-active {
  width:31px
}
.slick-dots li button {
  display:block;
  width:8px;
  height:8px;
  margin:0;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.42);
  color:transparent;
  font-size:0;
  line-height:0;
  opacity:1;
  appearance:none
}
.slick-dots li.slick-active button {
  width:31px;
  height:8px;
  background:#fff
}
.slick-dots li button:before {
  display:none;
  content:"";
  opacity:0
}
/* Project carousel controls: arrow, dots, arrow in one compact centered group. */
.project-controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:max-content;
  margin:46px auto 0
}
.project-controls .slick-prev {
  order:1
}
.project-controls .slick-dots {
  order:2;
  display:flex;
  flex:0 0 auto;
  width:auto;
  margin:0
}
.project-controls .slick-next {
  order:3
}
.project-controls .slick-arrow {
  position:static;
  display:block;
  width:40px;
  height:40px;
  flex:0 0 40px;
  margin:0;
  padding:0;
  transform:none
}
.project-controls .slick-prev,
.project-controls .slick-prev:hover,
.project-controls .slick-prev:focus {
  background:transparent url("./right.png") center/40px 40px no-repeat;
  opacity:1
}
.project-controls .slick-next,
.project-controls .slick-next:hover,
.project-controls .slick-next:focus {
  background:transparent url("./left.png") center/40px 40px no-repeat;
  opacity:1
}
.faq-accordion .accordion-button::after,
.faq-accordion .accordion-button:after {
  display:flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:25px;
  flex:0 0 25px;
  margin-left:auto;
  border-radius:50%;
  background:rgba(255,255,255,.22);
  background-image:none;
  background-size:0;
  content:"+";
  color:#fff;
  font-size:18px;
  line-height:1;
  text-align:center;
  transform:none
}
.faq-accordion .accordion-button:not(.collapsed)::after,
.faq-accordion .accordion-button:not(.collapsed):after {
  content:"−";
  background-image:none;
  transform:none
}
/* Inline video playback inside carousel card. */
.video-card.is-playing .play-button,
.video-card.is-playing p {
  display:none
}
.video-card.is-playing .video-thumb {
  filter:none
}

.video-card-inner{
    position:relative;
}

.video-poster,
.youtube-player{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:20px;
}

.youtube-player{
    display:none;
}
/* Project slider/card wrapper */
.project-slider {
    position: relative;
}

/* Controls */
.project-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

/* Arrows */
.project-controls .slick-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-55%);
    z-index: 10;

    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;

    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;

    color: transparent;
    cursor: pointer;
}


.project-controls .slick-prev:before,
.project-controls .slick-next:before {
    content: "";
    display: none;
}

.project-controls .slick-prev
{
  left: 11%;
}
.project-controls .slick-next {

right: 10%;
}
.project-controls .slick-dots {
    position: static;
    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-controls.project-controls .slick-arrow
{
position: static;
transform: none;
top: auto;
}


/* Responsive rules */
@media (max-width:1279.98px) {
  .project-card-inner {
    grid-template-columns:minmax(300px,40%) minmax(0,1fr);
    height:480px;
    padding:38px;
    gap:26px
  }
  .project-photo {
    width:100%;
    height:auto;
    aspect-ratio:437/429
  }
  .project-content h3 {
    font-size:18px
  }
  .project-content p {
    font-size:15px
  }
  .project-meta span,.project-meta strong {
    padding:0 18px;
    font-size:16px
  }
}
@media (max-width:991.98px) {
  .hero-section {
    /* padding-top:38px;
    padding-bottom:56px; */
    height:auto;
    min-height:100vh
  }
  .site-logo {
    margin-bottom:56px
  }
  .hero-copy h1 {
    font-size:34px
  }
  
  .hero-tabs,.map-tabs {
    grid-template-columns:repeat(2,1fr);
    gap:12px
  }
  .hero-dots {
    bottom:38px
  }
  .project-tabs {
    max-width:100%;
    margin-bottom:34px
  }
  .project-tabs li {
    padding:10px 2px;
    font-size:12px
  }
  .amenities-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .trust-art {
    margin:48px auto 0
  }
  .callback-form {
    margin:40px auto 0
  }
  .footer-inner {
    grid-template-columns:1fr;
    text-align:center
  }
  .footer-inner img {
    margin:auto
  }
  .footer-inner small {
    text-align:center
  }
}
@media (max-width:767.98px) {
 
  .hero-section .mobile-hidden{
  display: none;
}

.hero-section .desktop-hidden{
  display: block !important;
}
 
  .project-card-inner {
    grid-template-columns:1fr;
    height:auto;
    min-height:0;
    padding:24px;
    border-radius:14px
  }
  .project-content p {
    max-width:none
  }
  .project-meta {
    grid-template-columns:1fr
  }
  .project-meta>img {
    padding:18px 0
  }
  .project-meta span,.project-meta strong {
    min-height:64px;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.08)
  }
  .video-card p {
    left:20px;
    bottom:18px;
  }
  .play-button {
    width:72px;
    height:72px
  }
  .play-button:before {
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:22px
  }
  .stats-row {
    gap:24px;
    flex-wrap:wrap
  }
  .callback-form {
    padding:32px 24px
  }
}
@media (max-width: 767.98px) {
 
  .amenities-grid {
    display:block
  }
  .faq-accordion {
    margin-top:36px
  }
  .accordion-button {
    padding:0 6px;
  }

}

.project-slider,
.video-slider {
  width: 100vw;
  overflow: hidden;
}
.project-slider .slick-list,
.video-slider .slick-list {
  overflow: visible;
}
.project-slider .slick-track,
.video-slider .slick-track {
  display: flex;
  align-items: center;
}
.project-slider .slick-slide.project-card,
.project-slider .slick-slide.slick-center.project-card,
.video-slider .slick-slide.video-card,
.video-slider .slick-slide.slick-center.video-card {
  width: 1176px !important;
  margin: 0;
  padding: 0 15px;
  opacity: .72;
  transform: scale(.8);
  transform-origin: center center;
  transition: transform .45s ease, opacity .45s ease;
}
.project-slider .slick-slide.slick-center.project-card,
.video-slider .slick-slide.slick-center.video-card {
  opacity: 1;
  transform: scale(1);
}
.project-slider .slick-slide.is-prev-card.project-card,
.video-slider .slick-slide.is-prev-card.video-card {
  transform-origin: right center;
}
.project-slider .slick-slide.is-next-card.project-card,
.video-slider .slick-slide.is-next-card.video-card {
  transform-origin: left center;
}
.project-slider .project-card-inner {
  width: 100%;
  max-width: none;
  opacity: 1;
}
.video-slider .slick-slide.video-card,
.video-slider .slick-slide.slick-center.video-card {
  height: 630px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}
.video-slider .video-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
}
.video-slider .video-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
  filter: brightness(.76);
  opacity: 1;
  visibility: visible;
}
.video-slider .video-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
  filter: brightness(.76);
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.video-slider .slick-slide.video-card.is-playing .video-thumb {
  opacity: 1;
  visibility: visible;
}
.video-slider .slick-slide.video-card.is-playing .video-poster {
  opacity: 0;
  visibility: hidden;
}
.video-slider .slick-slide.video-card.is-playing .video-card-inner {
  background-image: none;
}
.video-slider .play-button {
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 0;
  border-radius: 50%;
/*  background: url("../images/Play.png") center center / contain no-repeat;*/
  box-shadow: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: none;
}
.video-slider .play-button::before {
  display: none;
}
.video-slider .video-card p {
  left: 38px;
  right: 38px;
  bottom: 26px;
  z-index: 3;
  margin: 0;
  white-space: nowrap;
}
.video-slider .slick-slide:not(.slick-center) .play-button,
.video-slider .slick-slide:not(.slick-center) p {
  opacity: 0;
  pointer-events: none;
}
.video-slider .slick-slide.slick-center .play-button,
.video-slider .slick-slide.slick-center p {
  opacity: 1;
}

.section-title {
  margin: 0 auto 30px;
}
.section-title h2 {
  margin-bottom: 0;
}
.section-title p {
  margin-top: 10px;
}
.project-tabs {
  margin-top: 0;
  margin-bottom: 30px;
}
.project-controls,
.video-controls.project-controls {
  margin-top: 20px;
}
.amenities-controls {
  display: none;
}
.trust-section .row,
.callback-section .row {
  row-gap: 32px;
}
.faq-accordion {
  margin-top: 0;
}
.site-footer {
  padding: 20px 0 60px 0px;
}
.section-title p span
{
  display: block;
}
.map-tabs
{
  margin-top: 20px;
}
.map-slider iframe
{
  width: 100%;
  height: 520px !important;
  margin: 0px 0px 10px 0px;
}
.disclaimer-text p{
      color: #010101;
    font-size: 10px;
    text-align: justify;
    margin-bottom: 45px;
}
.footer-inner p, .footer-inner small{
  color: #010101;
}
@media (max-width: 1279.98px) {
  .project-slider .slick-slide.project-card,
  .project-slider .slick-slide.slick-center.project-card,
  .video-slider .slick-slide.video-card,
  .video-slider .slick-slide.slick-center.video-card {
    width: calc(100vw - 104px) !important;
    padding: 0 10px;
  }
  .project-slider .project-card-inner {
    grid-template-columns: minmax(300px, 40%) minmax(0, 1fr);
    height: 480px;
    padding: 30px;
    gap: 26px;
  }
  .project-slider .project-photo {
    width: 100%;
    height: auto;
  }
  .video-slider .slick-slide.video-card,
  .video-slider .slick-slide.slick-center.video-card {
    height: auto;
    aspect-ratio: 1144 / 533;
  }
}
@media (max-width: 767.98px) {
  .section-space {
    padding: 40px 0;
  }
  .section-title,
  .video-section .section-title,
  .amenities-section .section-title {
    margin-bottom: 26px;
  }
  .project-controls,
  .video-controls.project-controls,
  .amenities-controls.project-controls {
    margin-top: 28px;
  }
  .project-slider .slick-list,
  .video-slider .slick-list {
    overflow: hidden;
  }
  .project-slider .slick-slide.project-card,
  .project-slider .slick-slide.slick-center.project-card,
  .video-slider .slick-slide.video-card,
  .video-slider .slick-slide.slick-center.video-card {
    width: 100% !important;
    height: auto;
    padding: 0 12px;
    opacity: 1;
    transform: none;
  }
  .project-slider .project-card-inner {
    grid-template-columns: 1fr;
    height: auto;
    padding: 24px;
  }
  .video-slider .slick-slide.video-card,
  .video-slider .slick-slide.slick-center.video-card {
    aspect-ratio: 1144 / 533;
  }
  .video-slider .slick-slide:not(.slick-center) .play-button,
  .video-slider .slick-slide:not(.slick-center) p {
    opacity: 1;
  }
}

/* Mobile design alignment */
.hero-mobile-cta {
  display: none;
}

@media (max-width: 767.98px) {

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-space {
    padding: 32px 0;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-title h2 {
    line-height: 1.18;
    font-size: 28px;
  }

  .section-title p {
   font-size: 15px;
  }

  .hero-section {
    /* padding: 10px 0 22px; */
    min-height: 0;
  }

  .hero-section .row {
    --bs-gutter-y: 14px;
  }

  .site-logo {
    width: 140px;
    margin: 0 0 20px;
  }

  .hero-copy h1 {
    margin-bottom: 20px;
font-size: 16px;
  }

  .eyebrow {
    margin-bottom:0px;
    font-size: 17px;
    font-weight: 500;
  }

  .hero-price {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 50px;
  }

  .feature-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 12px 0 0;
    padding: 8px 0;
    border-top-color: rgba(255,255,255,.32);
    border-bottom-color: rgba(255,255,255,.32);
  }

  .feature-item {
    gap: 5px;
  }

  .feature-item img {
    width: 30px;
    height: 30px;
  }

  .feature-item span {
    line-height: 1.15;
    font-size: 12px;
  }

  .hero-copy .site-btn {
   margin-top: 15px;
   display: none;
  }

  .home-slider-wrap {
    padding: 0;
  }
  .enquiry-modal .modal-title
  {
    font-size: 23px;
  }

  .hero-slider,
  .hero-slider .slick-list,
  .hero-slider .slick-track,
  .hero-image {
    border-radius: 8px;
  }

  .hero-tabs,.map-tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 0px;
    padding: 0;
  }

  .hero-tabs button,.map-tabs button {
    height: 38px;
    padding: 6px;
    border-radius: 5px;
    background: transparent;
  }

  .hero-tabs img,.map-tabs img {
    max-height: initial;
    width: 70px;
  }

  .hero-mobile-cta {
    display: flex;
    width: 100%;
    min-height: 38px;
    margin-top: 13px;
    padding: 9px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .hero-dots {
    position: static;
    margin-top: 12px;
  }

  .slick-dots {
    gap: 8px;
  }

 

  .slick-dots li.slick-active,
  .slick-dots li.slick-active button {
    width: 24px;
    height: 5px;
  }

  .project-section {
    padding-top: 28px;
  }

  .project-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
    margin-bottom: 18px;
  }

  .project-tabs li {
    padding: 9px 1px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
.project-controls .slick-arrow
{
  top:48%;
}
.project-controls .slick-prev {
    left: 2%;
}
.project-controls .slick-next {
    right: 2%;
}
.amenities-controls.project-controls .slick-arrow
{
  position: static;
  transform: none;
  top:0;
}
  .project-slider .slick-slide.project-card,
  .project-slider .slick-slide.slick-center.project-card {
    width: 100% !important;
    padding: 0 8px;
  }

  .project-slider .project-card-inner {
    padding: 12px;
    border-radius: 8px;
  }

  .project-photo {
    width: 100%;
    aspect-ratio:inherit;
    border-radius: 7px;
  }

  .project-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .project-content p {
    margin-bottom: 14px;
    line-height: 1.45;
  }

  .project-meta {
    grid-template-columns: repeat(2, 1fr);
    min-height: 0;
    margin-bottom: 14px;
    
  }

  .project-meta > img {
    grid-column: 1 / -1;
    width: 120px;
    padding: 8px 0;
  }

  .project-meta span,
  .project-meta strong {
    min-height: 58px;
    padding: 0 5px;
    border-top: 1px solid #e3e3e5;;
    border-left: 0;
  }

  .project-meta strong {
    border-left: 1px solid #e3e3e5;;
  }

  .project-meta span img {
    width: 25px;
    flex: 0 0 25px;
  }
  .video-card p
  {
    font-size: 18px;
  }
  .section-title p span
  {
    display: inline;
  }

  .tour-button {
    min-height: 42px;
    border-radius: 5px;
    margin:10px 0px 10px 0px;
  }

  .project-controls,
  .video-controls.project-controls {
    margin-top: 16px;
  }

  .amenities-controls {
    display: flex;
  }

  .video-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flower-corner {
    top: -28px;
    width: 86px;
  }

  .video-slider .slick-slide.video-card,
  .video-slider .slick-slide.slick-center.video-card {
    width: 100% !important;
    padding: 0 8px;
    aspect-ratio: 300 / 139;
  }

  .video-slider .video-card-inner {
    border-radius: 6px;
  }

  .video-slider .video-poster,
  .video-slider .video-thumb {
    border-radius: 6px;
  }

  .video-slider .play-button {
    width: 52px;
    height: 52px;
  }

  .video-slider .video-card p {
    left: 14px;
    right: 14px;
    bottom: 10px;
  }

  .amenities-grid figure {
    padding: 0;
  }

  .amenities-grid img {
    border-radius: 6px;
  }

  .amenities-grid figcaption {
    margin-top: 8px;
  }

  .trust-copy h2,
  .callback-copy h2 {
    margin-bottom: 14px;
    font-size: 28px;
  }

.stats-row strong
{
  font-size: 20px;
}

  .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 18px;
  }
  .stats-row span
  {
    font-size: 14px;
  }

  .stats-row span {
    padding: 10px 5px;
    border-radius: 4px;
    background: rgba(255,255,255,.12);
    text-align: center;
  }

  .stats-row strong {
    margin-bottom: 2px;
  }

  .trust-art {
    width: 90%;
    margin: 10px auto 20px 0px;
  }
.trust-section .row, .callback-section .row
{
  row-gap: 0;
}
.trust-section .g-5, .trust-section .gy-5 {
    --bs-gutter-y: 0;
}

  .flower-bed {
    position: static;
    width: 210px;
    margin: -90px auto 0px;
  }

  .callback-section .row {
    --bs-gutter-y: 18px;
  }

  .callback-form {
    margin-top: 0;
    padding: 24px 22px;
    border-radius: 10px;
  }

  .form-field {
    margin-bottom: 8px;
  }

  .form-field label {
    margin-bottom: 4px;
  }

  .form-field input,
  .form-field select {
    padding-bottom: 7px;
  }

  .field-error {
    min-height: 12px;
  }

  .submit-btn {
    min-height: 38px;
    margin-top: 5px;
    border-radius: 5px;
  }

  .faq-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-accordion {
    margin-top: 0;
  }

 

  .accordion-body {
    padding: 0 0 22px;
  }

  .faq-accordion .accordion-button::after,
  .faq-accordion .accordion-button:after {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .site-footer {
    padding: 22px 0 30px;
  }

  .fixed-visit-btn {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
    min-width: 0;
    min-height: 48px;
    padding: 13px 18px;
    border-radius: 6px;
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    opacity: 0;
  }

  .footer-inner {
    gap: 12px;
  }

  .footer-inner img {
    width: 100%;
  }
.accordion-button
{
  font-size: 16px;
}
.accordion-body
{
  font-size: 14px;
  padding: 0px 10px 25px 10px;
}
.slick-dotted.slick-slider
{
  margin-bottom: 0;
}
.trust-copy,.callback-section
{
  text-align: center;
}
.callback-form
{
  text-align: left;
}
.map-slider iframe
{
  width: 100%;
  height: 300px !important;
  margin: 0px 0px 20px 0px;
}
}

/* ---------------------------------------------------------------------
   Form feedback state (error)
--------------------------------------------------------------------- */
.form-success.form-error-text {
  color:#a33820;
}

/* ---------------------------------------------------------------------
   Simple page header (used on secondary pages such as thank-you.html)
--------------------------------------------------------------------- */
.site-header {
  padding:22px 0;
  background:var(--terracotta);
  text-align:center;
}
.site-header .site-logo {

  margin:0;
}

/* ---------------------------------------------------------------------
   Thank you page
--------------------------------------------------------------------- */
.thankyou-section {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:calc(100vh - 173px);
  padding:110px 20px;
  background:transparent;
  text-align:center;
}
.thankyou-content {
  max-width:640px;
  margin:0 auto;
  color: #fff;
}
.thankyou-content h1 {
  margin:0 0 18px;
  font-size:48px;
  font-weight:700;
  color:#fff;
  font-family: var(--font-gotham-bold);
}
.thankyou-content p {
  margin:0 auto;
  max-width:560px;
  color:#fff;
  font-family:var(--font-gotham-book);
  font-size:18px;
  line-height:1.5;
}
.thankyou-content .site-btn {
  display:inline-flex;
  margin-top:32px;
}
@media (max-width:991.98px) {
  .thankyou-section {
    min-height:calc(100vh - 220px);
    padding:90px 20px;
  }
}
@media (max-width:767.98px) {
  .thankyou-section {
    padding:70px 20px;
  }
  .thankyou-content h1 {
    font-size:34px;
  }
  .thankyou-content p {
    font-size:16px;
  }
}
@media (max-width:575.98px) {
  .thankyou-content h1 {
    font-size:28px;
  }
  .thankyou-content p {
    font-size:15px;
  }
  .site-header .site-logo {
    width:140px;
  }
}

.youtube-inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 16 / 9;
}

.youtube-inner iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .youtube-inner {
        width: 100%;
    }
}

.arrow-forward{
  width: 13px;
  height: 13px;

}

